CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 正态 分布 算法

搜索资源列表

  1. junyunfenbu.txt

    0下载:
  2. 由均匀分布的随机变量生成正态分布的随机变量的算法。-by uniform distribution of random variables generate normal random variable algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1117
    • 提供者:clovel
  1. bayes.c

    1下载:
  2. 两类正态分布模式贝叶斯分类算法源程序,用c语言实现的-two normal mode Bayesian classification algorithm source files, using the C Language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4052
    • 提供者:张珊
  1. normal

    0下载:
  2. 用于生成一个正态分布的伪随机数数值序列,其中包括C/I/R-4/8等多种算法的实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:12783
    • 提供者:shuai
  1. Normal

    0下载:
  2. 模拟正态分布随机变量 将结果写入文件 算法是从一本数学书上改编而来
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6678
    • 提供者:LYC
  1. whitenoise

    1下载:
  2. 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为用户输入的变量; 2) M =235,ζi= x/M; 3) 取ζi的小数部分再赋值给ζi+1,这就是均匀分布白噪声; 4) 利用公式
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5711
    • 提供者:陈栋
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 高斯分布

    0下载:
  2. 基于中心极限定理的高斯分布产生方法。获得均值为0,方差为1的标准正态分布,返回值落在[-3,3]之内的数据。使用移位运算加速算法的运行。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2010-10-24
    • 文件大小:5408
    • 提供者:lxiaoxiaot
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:winxp
  1. Parzen

    2下载:
  2. parzen算法的vc实现代码,包括正态分布和均匀分布。-vc achieve parzen algorithm code, including the normal distribution and uniform distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7486970
    • 提供者:浩南
  1. random-inc

    0下载:
  2. 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996
    • 提供者:kgd
  1. ScreenSpy

    0下载:
  2. 广度优先搜索变化的屏幕传输算法,就是小牛所谓的正态分布算法 算法很简单,去掉注释,自己冥想吧-Breadth-first search algorithm changes in the screen transfer, that is, the so-called normal distribution algorithm Mavericks algorithm is very simple, remove the comments, his meditation Bar
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1876
    • 提供者:
  1. rand_Num

    0下载:
  2. vc++实现随机数生成算法
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:85370
    • 提供者:youngvery
  1. 0001RandomNumberGenerator

    0下载:
  2. 讨论了生成0-1之间均匀分布随机数的一些算法,进而给出了由0-1之间均匀分布生成指数分布、正态分布、二项分布等常用分布的一般算法。-Discussed between 0-1 to generate random numbers uniformly distributed in a number of algorithms, which are given by the uniformly distributed between 0-1 generate exponential distribu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5701
    • 提供者:王海波
  1. ScreenSpy

    0下载:
  2. 广度优先搜索变化的屏幕传输算法,就是小牛所谓的正态分布算法算法很简单,去掉注释,自己冥想吧-Breadth-first search algorithm changes in the screen transfer, that is, the so-called normal distribution algorithm Mavericks algorithm is very simple, remove the comments, his meditation Bar
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:王小京
  1. ScreenSpy

    0下载:
  2. 广度优先搜索变化的屏幕传输算法,就是小牛所谓的正态分布算法算法很简单,去掉注释,自己冥想吧-Breadth-first search algorithm changes in the screen transfer, that is, the so-called normal distribution algorithm Mavericks algorithm is very simple, remove the comments, his meditation Bar
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:rcenta
  1. 数值分析 c语言代码库

    2下载:
  2. 数值分析 多种C算法代码库 1、离散傅立叶变换与反变换 2。四阶亚当姆斯预估计求解初值问题 3、几种常见随机数的产生 如求[a,b]上的均匀分布、 正态分布、 指数分布 、 拉普拉斯随机分布、瑞利分布、 韦伯分布、 泊松分布等 4、指数平滑法预测数据 5、四阶(定步长)龙格--库塔法求解微分初值问题 精度比欧拉方法高但是感觉依然不理想 6、改进的欧拉方法求解微分方程初值问题 感觉精度比较低 7、中心差分(矩形)公式求导 8、高斯10点法求积分 9、龙贝格法求积分
  3. 所属分类:其它程序

  1. 正态分布函数实现

    1下载:
  2. 调用该函数可以实现正态分布函数,首先产生(min,max)之间均匀分布的随机数,再计算正态分布概率密度函数,最后产生产生正态分布随机数
  3. 所属分类:文档资料

  1. 算法

    2下载:
  2. 高斯正态分布曲线 具体拟合过程 matlab算法过程(the process of matlab algorithm of Gaussian normal distribution curve)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:GRANDEUR6x8
  1. rwm

    1下载:
  2. 用random walk metropolis算法计算标准正态分布的收敛(Using Markov Chain Monte Carlo Method to Calculate the Convergence of Standard Normal Distribution)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-20
    • 文件大小:1024
    • 提供者:规划局快乐
  1. 2

    1下载:
  2. (a)产生两个都具有200个二维向量的数据集和(注意:在生成数据集之前最好使用命令randn(‘seed’,0)初始化高斯随机生成器为0(或任意给定数值),这对结果的可重复性很重要)。向量的前半部分来自均值向量的正态分布,并且协方差矩阵。向量的后半部分来自均值向量的正态分布,并且协方差矩阵。其中是一个2*2的单位矩阵。 (b)在上述数据集上运用感知器算法,并且使用不同的初始向量初始化参数向量。 (c)测试每一次算法在和上的性能。 (d)画出数据集和,以及分类面。((a) Generate
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-30
    • 文件大小:1024
    • 提供者:zilong1999
« 12 3 »
搜珍网 www.dssz.com